Remove all Leon's Frozen Custard references from the repo#43
Merged
jjlauterbach merged 4 commits intomainfrom Feb 24, 2026
Merged
Remove all Leon's Frozen Custard references from the repo#43jjlauterbach merged 4 commits intomainfrom
jjlauterbach merged 4 commits intomainfrom
Conversation
Co-authored-by: jjlauterbach <1447549+jjlauterbach@users.noreply.github.com>
Deploying daily-custard with
|
| Latest commit: |
c2452bd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8fb76163.daily-custard.pages.dev |
| Branch Preview URL: | https://copilot-remove-leons-scraper.daily-custard.pages.dev |
Copilot
AI
changed the title
[WIP] Remove Leon's scraper due to non-functionality
Remove Leon's Frozen Custard scraper
Feb 24, 2026
Co-authored-by: jjlauterbach <1447549+jjlauterbach@users.noreply.github.com>
Copilot
AI
changed the title
Remove Leon's Frozen Custard scraper
Remove all Leon's Frozen Custard references from the repo
Feb 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Removes Leon’s Frozen Custard from the Daily Custard codebase (scraper, tests, locations, UI, docs, and generated data) since it’s outside the target area and unreliable, and updates remaining references to use Big Deal Burgers instead.
Changes:
- Deleted the Leon’s Playwright scraper and its unit tests.
- Removed Leon’s from configuration/registration (locations + generator script) and from the UI + generated
flavors.json. - Updated documentation and test fixtures to eliminate Leon’s brand references.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
app/scrapers/leons.py |
Deleted Leon’s scraper implementation. |
tests/test_leons_scraper.py |
Deleted Leon’s unit test suite. |
app/locations.yaml |
Removed leons location entry. |
scripts/generate_flavors.py |
Removed Leon’s scraper import/registration from the generation pipeline. |
static/index.html |
Removed Leon’s brand filter checkbox. |
static/about.html |
Updated disclaimer list to remove Leon’s reference. |
static/data/flavors.json |
Removed Leon’s location entry from generated data. |
README.md |
Removed Leon’s references and updated examples to Big Deal Burgers. |
tests/test_utils.py |
Replaced Leon’s dummy strings with Big Deal Burgers equivalents. |
tests/test_scraper_ecosystem.py |
Removed stale commented-out Leon’s entry. |
app/scrapers/bigdeal.py |
Updated comment to remove Leon’s mention. |
.github/copilot-instructions.md |
Updated scraper example reference from leons.py to bigdeal.py. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Leon's (Oshkosh, WI) is outside the Milwaukee target area and the scraper was unreliable. This removes the scraper and cleans up every remaining reference across the codebase.
Deleted
app/scrapers/leons.py— scraper implementationtests/test_leons_scraper.py— unit testsUpdated
app/locations.yaml— removedleonsentryscripts/generate_flavors.py— removedscrape_leonsimport and registrationstatic/index.html— removed Leon's brand filter checkboxstatic/about.html— replaced "Leon's" with "Big Deal Burgers" in disclaimerstatic/data/flavors.json— removedleons-oshkoshlocation entryREADME.md— removed from supported brands, Playwright example, test command, troubleshooting section, and commit message exampletests/test_utils.py— replaced "Leon's Custard" dummy strings with "Big Deal Burgers"tests/test_scraper_ecosystem.py— removed stale commented-out Leon's entryapp/scrapers/bigdeal.py— updated comment that referenced Leon's.github/copilot-instructions.md— updatedleons.py→bigdeal.pyas Facebook scraper exampleOriginal prompt
Created from VS Code.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.